home *** CD-ROM | disk | FTP | other *** search
- on REFReplaceLinesButtons
- global IFLButtonList, IFLReferenceNameSprite, REFMasterList, REFLastActive
- repeat with f = 1 to count(IFLButtonList)
- set ThisTempList to getAt(IFLButtonList, f)
- if getAt(ThisTempList, 1) <> IFLReferenceNameSprite then
- set the locH of sprite getAt(ThisTempList, 1) to getAt(ThisTempList, 3)
- end if
- end repeat
- set the castNum of sprite 3 to 55
- end
-